3.64 \(\int \frac {x^2}{(a x+b x^2)^{5/2}} \, dx\)

Optimal. Leaf size=51 \[ \frac {2 (a+2 b x)}{3 a^2 b \sqrt {a x+b x^2}}-\frac {2 x}{3 b \left (a x+b x^2\right )^{3/2}} \]

[Out]

-2/3*x/b/(b*x^2+a*x)^(3/2)+2/3*(2*b*x+a)/a^2/b/(b*x^2+a*x)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 51, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 17, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.118, Rules used = {652, 613} \[ \frac {2 (a+2 b x)}{3 a^2 b \sqrt {a x+b x^2}}-\frac {2 x}{3 b \left (a x+b x^2\right )^{3/2}} \]

Antiderivative was successfully verified.

[In]

Int[x^2/(a*x + b*x^2)^(5/2),x]

[Out]

(-2*x)/(3*b*(a*x + b*x^2)^(3/2)) + (2*(a + 2*b*x))/(3*a^2*b*Sqrt[a*x + b*x^2])

Rule 613

Int[((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(-3/2), x_Symbol] :> Simp[(-2*(b + 2*c*x))/((b^2 - 4*a*c)*Sqrt[a + b*x
 + c*x^2]), x] /; FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0]

Rule 652

Int[((d_.) + (e_.)*(x_))^2*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Simp[(e*(d + e*x)*(a + b*x +
 c*x^2)^(p + 1))/(c*(p + 1)), x] - Dist[(e^2*(p + 2))/(c*(p + 1)), Int[(a + b*x + c*x^2)^(p + 1), x], x] /; Fr
eeQ[{a, b, c, d, e, p}, x] && NeQ[b^2 - 4*a*c, 0] && EqQ[c*d^2 - b*d*e + a*e^2, 0] &&  !IntegerQ[p] && LtQ[p,
-1]

Rubi steps

\begin {align*} \int \frac {x^2}{\left (a x+b x^2\right )^{5/2}} \, dx &=-\frac {2 x}{3 b \left (a x+b x^2\right )^{3/2}}-\frac {\int \frac {1}{\left (a x+b x^2\right )^{3/2}} \, dx}{3 b}\\ &=-\frac {2 x}{3 b \left (a x+b x^2\right )^{3/2}}+\frac {2 (a+2 b x)}{3 a^2 b \sqrt {a x+b x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 29, normalized size = 0.57 \[ \frac {2 x^2 (3 a+2 b x)}{3 a^2 (x (a+b x))^{3/2}} \]

Antiderivative was successfully verified.

[In]

Integrate[x^2/(a*x + b*x^2)^(5/2),x]

[Out]

(2*x^2*(3*a + 2*b*x))/(3*a^2*(x*(a + b*x))^(3/2))

________________________________________________________________________________________

fricas [A]  time = 0.99, size = 44, normalized size = 0.86 \[ \frac {2 \, \sqrt {b x^{2} + a x} {\left (2 \, b x + 3 \, a\right )}}{3 \, {\left (a^{2} b^{2} x^{2} + 2 \, a^{3} b x + a^{4}\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2/(b*x^2+a*x)^(5/2),x, algorithm="fricas")

[Out]

2/3*sqrt(b*x^2 + a*x)*(2*b*x + 3*a)/(a^2*b^2*x^2 + 2*a^3*b*x + a^4)

________________________________________________________________________________________

giac [A]  time = 0.23, size = 61, normalized size = 1.20 \[ \frac {2 \, {\left (3 \, {\left (\sqrt {b} x - \sqrt {b x^{2} + a x}\right )} b + 2 \, a \sqrt {b}\right )}}{3 \, {\left ({\left (\sqrt {b} x - \sqrt {b x^{2} + a x}\right )} \sqrt {b} + a\right )}^{3} b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2/(b*x^2+a*x)^(5/2),x, algorithm="giac")

[Out]

2/3*(3*(sqrt(b)*x - sqrt(b*x^2 + a*x))*b + 2*a*sqrt(b))/(((sqrt(b)*x - sqrt(b*x^2 + a*x))*sqrt(b) + a)^3*b)

________________________________________________________________________________________

maple [A]  time = 0.04, size = 33, normalized size = 0.65 \[ \frac {2 \left (b x +a \right ) \left (2 b x +3 a \right ) x^{3}}{3 \left (b \,x^{2}+a x \right )^{\frac {5}{2}} a^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^2/(b*x^2+a*x)^(5/2),x)

[Out]

2/3*(b*x+a)*x^3*(2*b*x+3*a)/a^2/(b*x^2+a*x)^(5/2)

________________________________________________________________________________________

maxima [A]  time = 1.47, size = 54, normalized size = 1.06 \[ \frac {4 \, x}{3 \, \sqrt {b x^{2} + a x} a^{2}} - \frac {2 \, x}{3 \, {\left (b x^{2} + a x\right )}^{\frac {3}{2}} b} + \frac {2}{3 \, \sqrt {b x^{2} + a x} a b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2/(b*x^2+a*x)^(5/2),x, algorithm="maxima")

[Out]

4/3*x/(sqrt(b*x^2 + a*x)*a^2) - 2/3*x/((b*x^2 + a*x)^(3/2)*b) + 2/3/(sqrt(b*x^2 + a*x)*a*b)

________________________________________________________________________________________

mupad [B]  time = 0.21, size = 31, normalized size = 0.61 \[ \frac {2\,\sqrt {b\,x^2+a\,x}\,\left (3\,a+2\,b\,x\right )}{3\,a^2\,{\left (a+b\,x\right )}^2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^2/(a*x + b*x^2)^(5/2),x)

[Out]

(2*(a*x + b*x^2)^(1/2)*(3*a + 2*b*x))/(3*a^2*(a + b*x)^2)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {x^{2}}{\left (x \left (a + b x\right )\right )^{\frac {5}{2}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**2/(b*x**2+a*x)**(5/2),x)

[Out]

Integral(x**2/(x*(a + b*x))**(5/2), x)

________________________________________________________________________________________